Class com.symantec.itools.vcafe.beans.BeanDescriptorAttributes
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.beans.BeanDescriptorAttributes
Object
|
+----com.symantec.itools.vcafe.beans.BeanDescriptorAttributes
- public final class BeanDescriptorAttributes
- extends Object
Misc Visual Cafe bean descriptors attributes supported beyond the standard Java Beans.
-
ABSTRACT_BEAN_ATTRIBUTE
- Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
-
ADDITION_CODE_ATTRIBUTE
- Uncommon
Attribute of type String in CodeTemplate format
-
BEAN_CONTAINER_DESTRUCTION_CODE_ATTRIBUTE
- Uncommon
Attribute of type String in CodeTemplate format
-
CAN_ADD_CHILD_ATTRIBUTE
- Attribute of type Boolean
A constant that specifies the "can add a child" key.
-
FLAGS_ATTRIBUTE
- A constant that specifies the "flags" key.
-
FOLDER_ATTRIBUTE
- Attribute of type String
A constant that specifies the "folder" key.
-
HIDE_CLASS_ATTRIBUTE
- Uncommon
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
-
MAKE_INVISIBLE_ATTRIBUTE
- Uncommon
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
-
ROOTTEMPLATE_ATTRIBUTE
- A constant that specifies root template
-
TOOLBAR_ATTRIBUTE
- Attribute of type String
A constant that specifies the "toolbar" key.
-
WINHELP_ATTRIBUTE
- A constant that specifies the "winhelp" key.
-
com.symantec.itools.vcafe.beans.BeanDescriptorAttributes()
-
ABSTRACT_BEAN_ATTRIBUTE
public static final java.lang.String ABSTRACT_BEAN_ATTRIBUTE
- Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
Define this bean if you have an abstract bean and you do not
want it to generate errors while it is being introspected.
ADDITION_CODE_ATTRIBUTE
public static final java.lang.String ADDITION_CODE_ATTRIBUTE
- Uncommon
Attribute of type String in CodeTemplate format
BEAN_CONTAINER_DESTRUCTION_CODE_ATTRIBUTE
public static final java.lang.String BEAN_CONTAINER_DESTRUCTION_CODE_ATTRIBUTE
- Uncommon
Attribute of type String in CodeTemplate format
CAN_ADD_CHILD_ATTRIBUTE
public static final java.lang.String CAN_ADD_CHILD_ATTRIBUTE
- Attribute of type Boolean
A constant that specifies the "can add a child" key.
FLAGS_ATTRIBUTE
public static final java.lang.String FLAGS_ATTRIBUTE
- A constant that specifies the "flags" key.
FOLDER_ATTRIBUTE
public static final java.lang.String FOLDER_ATTRIBUTE
- Attribute of type String
A constant that specifies the "folder" key.
HIDE_CLASS_ATTRIBUTE
public static final java.lang.String HIDE_CLASS_ATTRIBUTE
- Uncommon
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
MAKE_INVISIBLE_ATTRIBUTE
public static final java.lang.String MAKE_INVISIBLE_ATTRIBUTE
- Uncommon
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
ROOTTEMPLATE_ATTRIBUTE
public static final java.lang.String ROOTTEMPLATE_ATTRIBUTE
- A constant that specifies root template
TOOLBAR_ATTRIBUTE
public static final java.lang.String TOOLBAR_ATTRIBUTE
- Attribute of type String
A constant that specifies the "toolbar" key.
WINHELP_ATTRIBUTE
public static final java.lang.String WINHELP_ATTRIBUTE
- A constant that specifies the "winhelp" key.
BeanDescriptorAttributes
public BeanDescriptorAttributes()
All Packages Class Hierarchy This Package Previous Next Index